home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 6-Apple⁄DEC Alliance / Solutions & Networking Guide / Macintosh Networking Guide / Macintosh Networking Guide / card_11807.txt < prev    next >
Text File  |  1990-04-17  |  9KB  |  184 lines

  1. -- card: 11807 from stack: in
  2. -- bmap block id: 3682
  3. -- flags: 0000
  4. -- background id: 14812
  5. -- name: Glossary
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   set the scroll of cd field "data" to 0
  9. end closeCard
  10.  
  11. on openCard
  12.   put "Welcome to the Glossary" into fld "Tell"
  13. end openCard
  14.  
  15.  
  16. -- part 19 (button)
  17. -- low flags: 00
  18. -- high flags: 4000
  19. -- rect: left=0 top=0 right=27 bottom=512
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: Title bar
  28.  
  29.  
  30. -- part 7 (field)
  31. -- low flags: 01
  32. -- high flags: 6007
  33. -- rect: left=0 top=30 right=277 bottom=512
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 3
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: data
  42. ----- HyperTalk script -----
  43. on mouseEnter
  44.   put "Glossary Data" & return & "scroll for more" into fld "Tell"
  45. end mouseEnter
  46.  
  47. on mouseLeave
  48.   put empty into fld "Tell"
  49.   changeCurs 69
  50. end mouseLeave
  51.  
  52.  
  53.  
  54. -- part 8 (field)
  55. -- low flags: 01
  56. -- high flags: 0000
  57. -- rect: left=5 top=0 right=29 bottom=192
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 156
  62. -- text size: 18
  63. -- style flags: 2048
  64. -- line height: 24
  65. -- part name: title
  66. ----- HyperTalk script -----
  67. on mouseEnter
  68.  
  69. end mouseEnter
  70.  
  71. on mouseLeave
  72.   put empty into fld "Tell"
  73. end mouseLeave
  74.  
  75.  
  76.  
  77. -- part 14 (button)
  78. -- low flags: 00
  79. -- high flags: 0000
  80. -- rect: left=84 top=302 right=342 bottom=127
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Mask
  89. ----- HyperTalk script -----
  90. on mouseEnter
  91.   put "Glossary Button" & return & "the current card" into fld "Tell"
  92. end mouseEnter
  93.  
  94. on mouseLeave
  95.   put empty into fld "Tell"
  96. end mouseLeave
  97.  
  98.  
  99. -- part 15 (button)
  100. -- low flags: 00
  101. -- high flags: C004
  102. -- rect: left=372 top=279 right=302 bottom=512
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Search Glossary...
  111. ----- HyperTalk script -----
  112. on mouseEnter
  113.   put "Search Glossary Button" & return & "click to search glossary" into fld "Tell"
  114.   changeCurs 6069
  115. end mouseEnter
  116.  
  117. on mouseLeave
  118.   put empty into fld "Tell"
  119.   changeCurs 69
  120. end mouseLeave
  121.  
  122. on mouseUp
  123.   global secondsearch
  124.   ask "Find which term?" with secondsearch
  125.   if it is not empty then
  126.     put it into secondsearch
  127.     find string secondsearch
  128.   end if
  129. end mouseUp
  130.  
  131.  
  132. -- part contents for card part 8
  133. ----- text -----
  134. Glossary of Terms
  135.  
  136. -- part contents for card part 7
  137. ----- text -----
  138. ‚Ä¢ Advanced Program to Program Communications (APPC) ‚Äî a Systems Network Architecture (SNA) concept which allows programs running on an SNA network to directly access each other as peers.
  139. ‚Ä¢ American National Standards Institute (ANSI) ‚Äî a body of people who, from time to time, establish data representation standards.
  140. ‚Ä¢ Amplifier - a device spaced at intervals thoughout a network to boost the strength of electronic signals.  Sometimes confused with a repeater.
  141. ‚Ä¢ AppleTalk - a protocol devised by Apple Computer for medium speed but inexpensive networking of Macintosh computer systems.
  142. ‚Ä¢ Backbone ‚Äî the main trunk making up a networking system.  Signals travel the backbone and then branch to devices. Star topologies do not use backbones.
  143. ‚Ä¢ Baud ‚Äî short for Baudot, the individual who first devised a system of data encoding, baud is a measure of the number of changes of state per second on a communications channel (not technically equal to bps, but close).
  144. ‚Ä¢ Bits Per Second (BPS) ‚Äî a measure of transmission speed, the number of data bits transmitted during a one second interval of communication time.
  145. ‚Ä¢ BNC ‚Äî a type of connector used to connect thin-wire Ethernet.
  146. ‚Ä¢ Bridge - a device that permits communication between two local-area networks that have similar protocols.  Unlike gateways, bridges do not perform protocol conversion.
  147. ‚Ä¢ Broadband ‚Äî network communications using signals of the same frequency.
  148. ‚Ä¢ Carrier Sense Multiple Access/Collision Detection (CSMA/CD) - an access method where communications contention is resolved by collision detection. In Ethernet, any node can transmit at any time; all nodes are continuously listening; if there is a collision, each transmitting nodes waits a random amount of time (therefore different) and re-transmits.
  149. ‚Ä¢ Cluster Controller ‚Äî the central element of a terminal system such as the IBM 3270 Information Display System, which concentrates terminal I/O onto a single data channel.
  150. ‚Ä¢ Coax ‚Äî short for coaxial cable, a cable made up of a central conductor surrounded by insulation and a braided shielding conductor. 
  151. ‚Ä¢ Collision Avoidance (CA) ‚Äî a method of avoiding multiple nodes transmitting simultaneously, such as used by the AppleTalk protocol.
  152. ‚Ä¢ Cyclic Redundancy Check (CRC), or Checksum ‚Äî  a method used to detect when errors have occurred in a transmission.
  153. ‚Ä¢ DECNet ‚Äî a network protocol created by Digital Equipment Corporation to interconnect DEC computers.
  154. ‚Ä¢ Ethernet - a standard  originally devised by XEROX, Digital, and Intel for high speed communications between computers. Standard (yellow) and Thin wire Ethernet use 50Œ© coaxial cable and typically run at 10 Mbps (megabits per second).  An Ethernet network requires termination as it depends on collision detection for proper routing.
  155.      Ethernet can also be used on fiber-optic and twisted pair cabling.  In the case of twisted pair wiring where there is one line for sending and one for receiving, special hardware must be used to provide for collision detection and handle routing.
  156.      Ethernet refers to the physical layer of the OSI scheme and many protocols run on top of Ethernet, EtherTalk, DECNet, TCP/IP, et al.  Although Ethernet‚Äôs top or burst data exchange rate is 10 Mbps, or 40 times the speed of normal AppleTalk, actual throughput on an AppleTalk network will be much less.  Users have reported data exchange rates of 1 to 2.4 Mbps.
  157. ‚Ä¢ EtherTalk ‚Äî an implementation of AppleTalk designed to work on an Ethernet-based network.
  158. ‚Ä¢ Gateway - a device that uses protocol conversion to connect dissimilar communications systems.  Provides the translation from one set of protocols to another.  Gateways differ from bridges since bridges do not perform protocol conversion. 
  159. ‚Ä¢ IEEE 802.3 - a bus structured LAN (Ethernet) based on the CSMA/CD access method.
  160. ‚Ä¢ IEEE 802.4 - a bus-structured LAN based on the token-passing method.
  161. ‚Ä¢ IEEE 802.5 - a ring-structured LAN based on the token-passing access method (adopted by IBM).
  162. ‚Ä¢ Local Area Network (LAN) ‚Äî A LAN is a group of computers located geographically close together (distances measured in feet), physically and logically connected allowing the transfer of information from point to point.
  163. ‚Ä¢ LocalTalk ‚Äî LocalTalk refers to the physical layer, the actual cabling, of an AppleTalk network (layer 1 of the OSI model).  Formerly, AppleTalk meant the entire AppleTalk networking system; now, AppleTalk refers only to the networking protocol (layer 7 of the OSI model).
  164. ‚Ä¢ Open Systems Interconnections (OSI) ‚Äî a set of networking protocols under development by the International Standards Organization (ISO) which will allow for true, world wide computer networks.  The OSI standard is designed to be device independent, operating system independent, and transparent to the network user.  The OSI reference model has seven levels:1) Physical; 2) Data Link; 3) Network; 4) Transport; 5) Session;                    6) Presentation; 7) Application.  AppleTalk complies with the OSI model, with LocalTalk at level 1 and AppleShare at level 7.
  165. ‚Ä¢ Protocol ‚Äî a set of rules specifying the formalities of communications.  In networking, all devices and programs that follow the rules will be compatible with each other.
  166. ‚Ä¢ Repeater - a device spaced at intervals thoughout a radio wave-based network to boost the strength of electronic signals.  Sometimes confused with an amplifier.
  167. ‚Ä¢ Systems Network Architecture (SNA) ‚Äî a communications standard developed by IBM .
  168. ‚Ä¢ Transmission Control Protocol/Interface Protocol (TCP/IP) ‚Äî an industry standard protocol suite for open-system networking implementing the middle levels of the ISO model.  TCP/IP allows transmitting files between VAXes, SUN, Apollo, and other computers and workstations.  Originally developed by the Department of Defense, TCP/IP is the protocol for the very extensive ARPANET system.  Because of its wide use, TCP/IP is the default networking standard at the present time.  In time, it will be replaced by the OSI model.
  169. ‚Ä¢ Twisted Pair Wiring ‚Äî a cable formed by a series of small conductors grouped into pairs and twisted at approximately one turn per foot. The twisting tends to balance the line and offset noise generation, making the cable less subject to interference and therefore more quiet.
  170. ‚Ä¢ Wide Area Network (WAN) - A WAN is a group of computers separated by long distances (measured in miles), physically and logically connected together allowing the transfer of data from point to point.
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181. -- part contents for background part 9
  182. ----- text -----
  183. Orientation Briefing Button
  184. click to go to briefing room